-
Notifications
You must be signed in to change notification settings - Fork 28.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPARK-1455: Better isolation for unit tests. #420
Conversation
Merged build triggered. |
Merged build started. |
This is a simple first step towards avoiding running the Hive tests whenever possible.
Merged build finished. |
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14160/ |
I killed this test on purpose to trigger a re-test. Jenkins, test this please. |
Jenkins, retest this please. |
Merged build triggered. |
Merged build started. |
Merged build finished. All automated tests passed. |
All automated tests passed. |
This is a simple first step towards avoiding running the Hive tests whenever possible. Author: Patrick Wendell <pwendell@gmail.com> Closes #420 from pwendell/test-isolation and squashes the following commits: 350c8af [Patrick Wendell] SPARK-1455: Better isolation for unit tests. (cherry picked from commit 5aaf983) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
Add missing header files
This is a simple first step towards avoiding running the Hive tests whenever possible. Author: Patrick Wendell <pwendell@gmail.com> Closes apache#420 from pwendell/test-isolation and squashes the following commits: 350c8af [Patrick Wendell] SPARK-1455: Better isolation for unit tests.
Add missing header files (cherry picked from commit fa75e5e) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
This probably is not the correct fix long-term as we should find the specific module that is pulling in the bad jersey-1 version. But until we can track down what the specific offending module is, this will have to do.
Sr/hadoop 2.9.1 palantir.11
Adjust csi-attacher name for new release
This is a simple first step towards avoiding running the Hive tests
whenever possible.